const runtime._Grunnable
31 uses
runtime (current package)
debugcall.go#L228: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L237: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L419: case _Grunnable,
mgcmark.go#L749: case _Grunnable, _Gsyscall, _Gwaiting:
mgcpacer.go#L810: casgstatus(gp, _Gwaiting, _Grunnable)
preempt.go#L162: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L269: case _Grunnable | _Gscan,
proc.go#L905: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1014: case _Grunnable,
proc.go#L1060: if oldval == _Gwaiting && gp.atomicstatus.Load() == _Grunnable {
proc.go#L1093: case _Grunnable:
proc.go#L1123: case _Grunnable:
proc.go#L1157: if oldstatus != _Gwaiting && oldstatus != _Grunnable {
proc.go#L2782: if status&^_Gscan != _Grunnable {
proc.go#L2861: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L2918: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2981: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3026: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3041: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3152: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3212: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3495: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3741: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3754: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L3843: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4324: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L4558: casgstatus(newg, _Gdead, _Grunnable)
proc.go#L5446: case _Grunnable,
runtime2.go#L40: _Grunnable // 1
runtime2.go#L101: _Gscanrunnable = _Gscan + _Grunnable // 0x1001
traceback.go#L1176: _Grunnable: "runnable",
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |